home *** CD-ROM | disk | FTP | other *** search
/ Clickx 31 / Clickx 31.iso / assets / software / MyServer-win32-0.8.2.exe / web / documentation / texts / advancedconfig.htm next >
Encoding:
Extensible Markup Language  |  2005-09-29  |  3.7 KB  |  70 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  3.   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  5. <head>
  6. <title>MyServer Documentation - Advanced Configuration - www.myserverproject.net</title>
  7. <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  8. <meta http-equiv="Content-Style-Type" content="text/css" />
  9. <link rel="stylesheet" type="text/css" href="../style/myserver.css" />
  10. </head>
  11. <body>
  12. <table class="center" width="95%">
  13. <tr>
  14. <td class="center">
  15.       <h1 class="title">ADVANCED CONFIGURATION</h1>      <br />
  16.       Here you will find other options you can set in your MyServer's configuration 
  17.       file. <br />
  18.  
  19.  
  20.       <h2 class="title">MIME Types for Virtual Hosts:</h2>
  21.       <br />
  22.       In myserver.xml, you can allow your virtual hosts to have their own MIME 
  23.       types or not, by using the line below, with the proper option "YES" 
  24.       or "NO":<br />
  25.       <br /><span class="code"><ALLOW_VHOST_MIME>YES</ALLOW_VHOST_MIME></span><br />
  26.         <br />
  27.       <h2 class="title">MSCGI Files:</h2>
  28. You can allow the use of MSCGI files in MyServer, by setting the desired value 
  29.       in the line below, in myserver.xml: <br />
  30.       <p class="code"> <ALLOW_MSCGI>YES</ALLOW_MSCGI></p>
  31.       
  32.         
  33.                   
  34.                     <h2 class="title">GZIP Threshold:</h2>
  35.                     You can configure MyServer ina way it will automatically Gzip 
  36.                     data sent to the users, if the data to send is bigger than 
  37.                     a specified value in bytes, by adding the line below in myserver.xml:<br />
  38.       <p class="code"> <GZIP_THRESHOLD>1024</GZIP_THRESHOLD></p>
  39.       <br /><br />
  40.       For that example, if the data is bigger than 1024 bytes, it will be gzipped 
  41.       before being sent to te client.<br />
  42.       <br />
  43.        
  44. <h2 class="title">Permission for HTTP Data Handlers Access:</h2>
  45.       <br />
  46.        The option <span class="code"><ALLOW_CGI>NO</ALLOW_CGI></span> 
  47.                                                 would deny the access to CGI data 
  48.                                                 handler in your entire server. 
  49.                                                 This option can be added to each 
  50.                                                 single virtual host too, and if 
  51.                                                 it is included in virtualhosts.xml, 
  52.                                                 that will be considered, instead 
  53.                                                 of the global configuration.<span class="code"> 
  54.                                                 ALLOW_CGI </span> can also appear 
  55.                                                 as <span class="code">ALLOW_FASTCGI</span>, 
  56.                                                 <span class="code">ALLOW_ISAPI</span>, 
  57.                                                 <span class="code">ALLOW_MSCGI</span> 
  58.                                                 , <span class="code">ALLOW_WINCGI</span>, 
  59.                                                 <span class="code">ALLOW_SEND_LINK, 
  60.                                                 ALLOW_EXTERNAL_COMMANDS</span>, 
  61.                                                 <span class="code">ALLOW_SEND_FILE</span>, 
  62.                                                 eache of them denying/allowing 
  63.                                                 the proper HTTP data handler to 
  64.                                                 be used. 
  65.     </td>
  66. </tr>
  67. </table>
  68. </body>
  69. </html>
  70.